home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / conversion / pbmplus / doc / rasttopbm.doc < prev    next >
Text File  |  1995-02-13  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. rasttopbm(1)                PBM Plus                 rasttopbm(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      rasttopbm - convert a Sun raster file into a portable bitmap
  10.  
  11. SYNOPSIS
  12.      rasttopbm [rastfile]
  13.  
  14. DESCRIPTION
  15.      Reads a Sun raster file as input.  Produces a portable bit-
  16.      map as output.  NOTE: since it uses Sun-specific include
  17.      files and libraries, pbmtorast will compile only on Suns.
  18.  
  19.      Using this program you can convert anything you can see on a
  20.      Sun screen into a pbm bitmap.  Just display whatever you're
  21.      interested in, do a screendump, run it through rasttopbm,
  22.      and then use pnmcut to select the part you want.
  23.  
  24.      The rasttoppm filter handles color images in addition to
  25.      providing the same functionality as rasttopbm; but rasttopbm
  26.      is worth keeping, since it is significantly faster.
  27.  
  28. SEE ALSO
  29.      pbmtorast(1), pbm(5), rasttoppm(1), ppmtorast(1)
  30.  
  31. AUTHOR
  32.      Barry Klawans
  33.  
  34.      Copyright (C) 1988 by Jef Poskanzer.
  35.  
  36.      Permission to use, copy, modify, and distribute this
  37.      software and its documentation for any purpose and without
  38.      fee is hereby granted, provided that the above copyright
  39.      notice appear in all copies and that both that copyright
  40.      notice and this permission notice appear in supporting docu-
  41.      mentation.  This software is provided "as is" without
  42.      express or implied warranty.
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90          31 August 1988                         1
  64.  
  65.  
  66.  
  67.